'Declaration
Public Function New( _ ByVal isColumn As Boolean, _ ByVal worksheet As Worksheet, _ ByVal paneIndex As Integer, _ ByVal data As List(Of Tuple(Of Reference(),Integer)) _ )
'Usage
Dim isColumn As Boolean Dim worksheet As Worksheet Dim paneIndex As Integer Dim data As List(Of Tuple(Of Reference(),Integer)) Dim instance As New RowColumnActionsCommand(isColumn, worksheet, paneIndex, data)
Parameters
- isColumn
- A boolean value indicates whether the command process on rows or columns.
- worksheet
- The worksheet which this command attached to.
- paneIndex
- The processing pane Index.
- data
- The processing data.